runtime.timers.raceCtx (field)
9 uses
runtime (current package)
proc.go#L5834: if pp.timers.raceCtx != 0 {
proc.go#L5844: racectxend(pp.timers.raceCtx)
proc.go#L5845: pp.timers.raceCtx = 0
time.go#L148: raceCtx uintptr
time.go#L1133: if tsLocal.raceCtx == 0 {
time.go#L1134: tsLocal.raceCtx = racegostart(abi.FuncPCABIInternal((*timers).run) + sys.PCQuantum)
time.go#L1136: raceacquirectx(tsLocal.raceCtx, unsafe.Pointer(t))
time.go#L1185: gp.racectx = gp.m.p.ptr().timers.raceCtx
time.go#L1187: gp.racectx = bubble.timers.raceCtx
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)